MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: Since the last production deployment, customers can not complete checkout. The error logs show the following message multiple times:The Architect finds a deployed feature that should limit delivery for some specific postcodes.The Architect sees the following code deployed in/webapi_rest \di .xml and etc\frontend\di xmlWhich step should the Architect perform to solve the issue?
Question2: An Adobe Commerce Architect is setting up a Development environment for an on-premises project that will be used for developers to specifically test functionality, not performance, before being passed to the Testing team.The Magento application must run with the following requirements:1. Errors should be logged and hidden from the user2. Cache mode can only be changed from Command Line3. Static files should be created dynamically and then cachedWhich Application Mode is required to achieve this?
Question3: An Adobe Commerce store owner sets up a custom customer attribute "my.attribute" (type int).An Architect needs to display customer-specific content on the home page to Customers with "my.attribute" greater than 3. The website is running Full Page Cache.Using best practices, which two steps should the Architect take to implement these requirements? (Choose two.)
Question4: A representative of a small business needs an Adobe Commerce Architect to design a custom integration of a third-party payment solution. They want to reduce the list of controls identified in their Self-Assessment Questionnaire as much as possible to achieve PCI compliance for their existing Magento application.Which approach meets the business needs?
Question5: An Architect needs to create an additional regional UK website with its own website currency set to GBP in Adobe Commerce. An existing US website is using USD as a default base and website currency.After the first week of sales in the new UK website, an administrator notices that all sales totals in Sales Orders report show £0.00.How should this issue be resolved?
Question6: An Adobe Commerce Architect needs to ensure zero downtime during the deployment process of Adobe Commerce on-premises. Which two steps should the Architect follow? (Choose two.)
Question7: A company has an Adobe Commerce store. An attribute named "my.attribute" (type "text") is created to save each product's global ID that is shared between multiple systems.Several months after going live, the values of "my.attribute" are all integer. This causes a problem for the other systems when those systems receive this data.An Adobe Commerce Architect needs to recommend a solution to change the type of "my.attribute" from textXo int Which two steps should the Architect take to achieve this? (Choose two.)
Question8: An Adobe Commerce Architect is working on a sales campaign to present a new product on the site that allows the purchase of a pre-defined set of products with a discount. Each product in the set should have a separate stock and tax class.One requirement is to use a third-party system to build reports with REST API to fetch the following data:* SKU* Qty* Original price* Sales price* Tax amountWhich solution should the Architect use to meet these requirements?
Question9: An Adobe Commerce Architect needs to create a new customer segment condition to enable admins to specify an 'Average sales amount' condition for certain segments.The Architect develops the custom condition undervendor\Module\Model\Segment\condition\AverageSalesAmount with all of its requirements:During testing, the following error appears:Which two steps should the Architect complete to fix the problem? (Choose two.)
Question10: An Architect is reviewing a custom module that is logging customer activity data on storefront using observers. The client reports that logs were recorded while the client was previewing storefront catalog pages from Admin Panel for a future scheduled campaign, using Adobe Commerce staging preview functionality.What should the Architect check first to address this issue9
Question11: An Adobe Commerce Architect needs to customize the workflow of a monthly installments payment extension. The extension is from a partner that is contracted with the default website PSR which has its own legacy extension (a module using deprecated payment method).The installment payment partner manages only initializing a payment, and then hands the capture to be executed by the PSP. Once the amount is successfully captured, the PSP notifies the website through an IPN. The goal of the IPN is only to create an "invoice" and save the 'capture information' to be used later for refund requests through the PSP itself.The Architect needs the most simple solution to capture the requested behavior without side effects.Which solution should the Architect implement?
Question12: A client is migrating to Adobe Commerce Cloud and has approximately 800 existing redirects that must be implemented. The number of redirects cannot be reduced because all redirects are specific, and do not match any pattern.How should the redirects be configured to ensure performance?
Question13: The development of an Adobe Commerce website is complete. The website is ready to be rolled out on the production environment.An Architect designed the system to run in a distributed architecture made up of multiple backend webservers that process requests behind a Load Balancer.After deploying the system and accessing the website for the first time, users cannot access the Customer Dashboard after logging in. The website keeps redirecting users to the sign-in page even though the users have successfully logged in. The Architect determines that the session is not being saved properly.In the napp/etc/env.php\ the session is configured as follows:What should the Architect do to correct this issue?
Question14: In a custom module, an Architect wants to define a new xml configuration file. The module should be able to read all the xml configuration files declared in the system, merge them together, and use their values in PHP class.Which two steps should the Architect make to meet this requirement? (Choose two.)
Question15: A third-party company needs to create an application that will integrate the Adobe Commerce system to get orders data for reporting. The integration needs access to the get /vi/orders endpoint. It will call this endpoint automatically every hour around the clock. The merchant wants the ability to restrict or extend access to resources as well as to revoke the access using Admin Panel.Which type of authentication available in Adobe Commerce should be used and implemented in a third-party system for this integration?
Question16: An Architect working on a headless Adobe Commerce project creates a new customer attribute named my_attribure. Based on the attribute value of the customer, the results of GraphQI queries are modified using a plugin. The frontend application is communicating with Adobe Commerce through Varnish by Fastly, which is already caching the queries that will be modified. The Adobe Commerce Fastly extension is installed, and no other modifications are made to the application.Which steps should the Architect take to make sure the vcl_hash function of Varnish also considers the newly created attribute?
Question17: An Adobe Commerce Architect needs to scope a bespoke news section for a merchant's Adobe Commerce storefront. The merchant's SEO agency requests that the following URL structure:news/{date}/{article_url_key}l where {date} is the publication date of the article, and {article_url_key} is the URL key of the article.The Architect scopes that a news entity type will be created. The date and URL key data will be stored against each record and autogenerated on save. The values will be able to be manually overridden.The Architect needs to manage routing this functionality and adhere to best practice.Which two options should the Architect consider to meet these requirements? (Choose two.)
Question18: An Adobe Commerce Architect needs to set up two websites on a single Adobe Commerce instance with base URLs: example.com and website2.example.com.How should the Architect configure this project so that both websites can use the same customer base?
Question19: While reviewing a newly developed pull request that refactors multiple custom payment methods, the Architect notices multiple classes that depend on \Magento\Framework\Encryption\EncryptorInterf ace to decrypt credentials for sensitive data. The code that is commonly repeated is as follows:In each module, the user_secret config is declared as follows:The Architect needs to recommend an optimal solution to avoid redundant dependency and duplicate code among the methods. Which solution should the Architect recommend?
Question20: An Adobe Commerce Architect is reviewing api-functional test code. Some tests send errors to indicate that the customer address does not exist.The test codes show the following:Which steps should the Architect take to fix the test errors?
Question21: An Adobe Commerce Architect is supporting deployment and building tools for on-premises Adobe Commerce projects. The tool is executing build scripts on a centralized server and using an SSH connection to deploy to project servers.A client reports that users cannot work with Admin Panel because the site breaks every time they change interface locale.Considering maintainability, which solution should the Architect implement?
Question22: An Adobe Commerce system is configured to run in a multi-tier architecture that includes:* A cache server with Varnish installed* A backend web server with Adobe Commerce installed* A database server with MySQL installedWhen an Adobe Commerce Architect tries to clean the cache from the Store Admin by using the "Flush Magento Cache" in Cache Management, the Full Page Cache does not clear.Which two steps should the Architect take to make the Full Page Cache work properly? (Choose two.)
Question23: An Adobe Commerce Architect is working on a sales campaign to present a new product on the site that allows the purchase of a pre-defined set of products with a discount. Each product in the set should have a separate stock and tax class.One requirement is to use a third-party system to build reports with REST API to fetch the following data:* SKU* Qty* Original price* Sales price* Tax amountWhich solution should the Architect use to meet these requirements?
Question24: A company wants to build an Adobe Commerce website to sell their products to customers in their country.The taxes in their country are highly complex and require customization to Adobe Commerce. An Architect is trying to solve this problem by creating a custom tax calculator that will handle the calculation of taxes for all orders in Adobe Commerce.How should the Architect add the taxes for all orders?
Question25: An Adobe Commerce system is configured to run in a multi-tier architecture that includes:* A cache server with Varnish installed* A backend web server with Adobe Commerce installed* A database server with MySQL installedWhen an Adobe Commerce Architect tries to clean the cache from the Store Admin by using the "Flush Magento Cache" in Cache Management, the Full Page Cache does not clear.Which two steps should the Architect take to make the Full Page Cache work properly? (Choose two.)
Question26: An Adobe Commerce Architect needs to customize the workflow of a monthly installments payment extension. The extension is from a partner that is contracted with the default website PSR which has its own legacy extension (a module using deprecated payment method).The installment payment partner manages only initializing a payment, and then hands the capture to be executed by the PSP. Once the amount is successfully captured, the PSP notifies the website through an IPN.The goal of the IPN is only to create an "invoice" and save the 'capture information' to be used later for refund requests through the PSP itself.The Architect needs the most simple solution to capture the requested behavior without side effects.Which solution should the Architect implement?
Question27: An Architect wants to create an Integration Test that does the following:* Adds a product using a data fixture* Executes $this->someLogic->execute($product) on the product* Checks if the result is true.Sthis->someLogic has the correct object assigned in the setup () method-Product creation and the tested logic must be executed in the context of two different store views with IDs of 3 and 4, which have been created and are available for the test.How should the Architect meet these requirements?
Question28: An Adobe Commerce Architect is troubleshooting an issue on an Adobe Commerce Cloud project that is not yet live.The developers migrate the Staging Database to Production in readiness to Go Live. However, when the developers test their Product Import feature, the new products do not appear on the frontend.The developers suspect the Varnish Cache is not being cleared. Staging seems to work as expected. Production was working before the database migration.What is the likely cause?
Question29: An Adobe Commerce Architect needs to scope a bespoke news section for a merchant's Adobe Commerce storefront. The merchant's SEO agency requests that the following URL structure:news/{date}/{article_url_key}l where {date} is the publication date of the article, and {article_url_key} is the URL key of the article.The Architect scopes that a news entity type will be created. The date and URL key data will be stored against each record and autogenerated on save. The values will be able to be manually overridden.The Architect needs to manage routing this functionality and adhere to best practice.Which two options should the Architect consider to meet these requirements? (Choose two.)
Question30: An Architect is reviewing a custom module that is logging customer activity data on storefront using observers. The client reports that logs were recorded while the client was previewing storefront catalog pages from Admin Panel for a future scheduled campaign, using Adobe Commerce staging preview functionality.What should the Architect check first to address this issue9
Question31: An Adobe Commerce Architect needs to log the result of a ServiceClass : : ge-Dara method execution after all plugins have executed. The method is public, and there are a few plugins declared for this method. Among those plugins are after and around types, and all have sortOrder specified.Which solution should be used to meet this requirement?
Question32: An external system integrates functionality of a product catalog search using Adobe Commerce GraphQL API.The Architect creates a new attribute my_attribute in the admin panel with frontend type select.Later, the Architect sees that Productinterface already has the field my_atcribute, but returns an mc value. The Architect wants this field to be a new type that contains both option id and label.To meet this requirement, an Adobe Commerce Architect creates a new module and file etc/schema.graphqls that declares as follows:After calling command setup:upgrade, the introspection of Productlnterface field xy_attribute remains int.What prevented the value type of field my_attribute from changing?